home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
angry
/
intro.dir
/
00013_Script_tomasRoll
< prev
next >
Wrap
Text File
|
1999-03-01
|
427b
|
22 lines
on mouseEnter me
puppetSound 3, "shortTom"
-- set the rect of sprite 2 = rect(423, 105, 623, 131)
-- set the loc of sprite 2 = point(423, 105)
end
--
--on mouseLeave me
-- set the rect of sprite 2 = rect(423, 105, 623, 131)
-- set the loc of sprite 2 = point(1500, 1500)
--end
on mouseDown me
cursor -1
repeat with x = 1 to 6
puppetSound x, 0
end repeat
go to movie "tomas"
end